This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 733
Archiving doesn't work (iOS 10) #1035
Open
AntonioMolfese
wants to merge
1
commit into
actorapp:master
Choose a base branch
from
mnvoh:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi,
As far as I can remember, it was clarified by the developers that the
platform version of the app does not support archiving, thus you have to
use the bootstrap version for archiving.
If you want to make changes to the sdk and you can't satisfy this in the
bootstrap version, you'll have to:
1. First apply your changes to the sdk in the platform version.
2. Build the platform version.
3.Find the compiled Actorsdk package and copy that. I don't exactly
remember the file name, but you should know it when you see it.
4. The file copied in the previous step is the dependency used in the
bootsteap version. Therefore, go to the bootstrap version. Now find the
file with the same name here and replace it with the file you had copied.
5. Now archive the bootstrap version and have an archived app containing
the changes you want.
Good luck,
…On Mar 29, 2017 00:15, "Antonio Moflese" ***@***.***> wrote:
I am having problems archiving the actor-app.
Opening ActorSDK.xcworkspace in Xcode and starting the archiving process,
I get the errors shown in the following screenshot:
[image: cf2a7f7a-09a1-11e7-94b2-a0b34e4f635b]
<https://cloud.githubusercontent.com/assets/5846025/24424139/d1716ca4-13ff-11e7-9806-7cec19624c36.png>
Could you please help me archiving the app?
Thank you in advance for any help you will provide.
------------------------------
You can view, comment on, or merge this pull request online at:
#1035
Commit Summary
- feat(iOS): Fixed the encoding problem in convert.py
File Changes
- *A* .DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-0>
(0)
- *A* actor-sdk/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-1>
(0)
- *A* actor-sdk/sdk-core-ios/ActorApp.xcodeproj/xcuserdata/
milad.xcuserdatad/xcschemes/xcschememanagement.plist
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-2>
(14)
- *M* actor-sdk/sdk-core-ios/ActorSDK.xcodeproj/project.pbxproj
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-3>
(4)
- *A* actor-sdk/sdk-core-ios/ActorSDK.xcodeproj/xcuserdata/
milad.xcuserdatad/xcschemes/xcschememanagement.plist
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-4>
(14)
- *M* actor-sdk/sdk-core-ios/ActorSDK/Sources/ActorCore/convert.py
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-5>
(14)
- *A* actor-sdk/sdk-core/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-6>
(0)
- *A* actor-sdk/sdk-core/core/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-7>
(0)
- *A* actor-sdk/sdk-core/core/core-cocoa/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-8>
(0)
- *A* actor-sdk/sdk-core/core/core-cocoa/src/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-9>
(0)
- *A* actor-sdk/sdk-core/core/core-cocoa/src/main/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-10>
(0)
- *A* actor-sdk/sdk-core/core/core-cocoa/src/main/java/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-11>
(0)
- *A* actor-sdk/sdk-core/core/core-cocoa/src/main/java/im/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-12>
(0)
- *A* actor-sdk/sdk-core/core/core-cocoa/src/main/java/im/actor/.
DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-13>
(0)
- *A* actor-sdk/sdk-core/core/core-shared/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-14>
(0)
- *A* actor-sdk/sdk-core/core/core-shared/src/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-15>
(0)
- *A* actor-sdk/sdk-core/core/core-shared/src/main/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-16>
(0)
- *A* actor-sdk/sdk-core/core/core-shared/src/main/java/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-17>
(0)
- *A* actor-sdk/sdk-core/core/core-shared/src/main/java/im/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-18>
(0)
- *A* actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/
.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-19>
(0)
- *A* actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/
core/.DS_Store
<https://github.com/actorapp/actor-platform/pull/1035/files#diff-20>
(0)
Patch Links:
- https://github.com/actorapp/actor-platform/pull/1035.patch
- https://github.com/actorapp/actor-platform/pull/1035.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1035>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANKWticDqPOBjAGtZ_ItTLbZpVryFilrks5rqWNxgaJpZM4MsGsF>
.
|
i get "No trusted keys found!" in ios how i can fix it ? |
@amostajabi hi, |
udee297
approved these changes
May 6, 2017
@AntonioMolfese have u found a way to fix this? |
hi, I have same issue. |
Hi. It has been a long time since I actually encountered and fixed this
issue. If I recall correctly, you could work with the actor platform
repository (the sdk) and apply the changes you need, then you could build
the project for generic device. after that, you just copied the
actorsdkplatform file (I don't recall the name exactly) and replaced that
with the one in the actor-app repository project (the one which supports
archiving) this way you can apply the changes to the sdk and after testing
you can archive the actor-app project for uploading the api file.
hope this helps you,
Best
Ahmadreza
…On Fri, May 25, 2018 at 3:36 PM, BaiXiaoYan ***@***.***> wrote:
hi, I have same issue.
Cn you fix that, please?
If you already have found a way to fix that, can you teach me about that?
It is very important problem.
Please help me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1035 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANKWticlxXt9-RQmqHGaiWjM2gfuE4JRks5t1-WkgaJpZM4MsGsF>
.
|
Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am having problems archiving the actor-app.
Opening ActorSDK.xcworkspace in Xcode and starting the archiving process, I get the errors shown in the following screenshot:
Could you please help me archiving the app?
Thank you in advance for any help you will provide.