You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Archiving the app, upload to App Store. (Realm was ok when developing the app. It runs with no issue at all. The app runs on both simulator and real device perfectly.)
Actual Results
At Archiving stage, start to have issue about Realm. Get "/Frameworks/Realm.framework: unknown error -1=ffffffffffffffff
Command /bin/sh failed with exit code 1"
Steps to Reproduce
Nothing special. My app was building totally fine, no issues. Then cleaned and tried to Archive it. Started to report same thing over and over for Realm.framework: unknown error -1
I've tried many times to uninstall and reinstall Realm on Cocoapod, by both way:
and:
pod 'Realm'
pod 'RealmSwift'
(This way gives me Realm 2.9.1 and RealmSwift 2.9.1)
I also tried the way to download latest Realm package and drag and drop the frameworks from latest version, which is Realm 3.0.2. Also copied the Run Script:
I tried both Swift-4.0 and Swift-4.0.2 version, none worked.
Now still have the same error, and I don't know where to go. Please help me with this issue, as my app is ready to submit for the store. I hope to make it before Christmas.
Thanks a lot!!
Joyce
BTW, I'm using latest Xcode 9.1.
The text was updated successfully, but these errors were encountered:
Goals
Submit my iOS app to App Store
Expected Results
Archiving the app, upload to App Store. (Realm was ok when developing the app. It runs with no issue at all. The app runs on both simulator and real device perfectly.)
Actual Results
At Archiving stage, start to have issue about Realm. Get "/Frameworks/Realm.framework: unknown error -1=ffffffffffffffff
Command /bin/sh failed with exit code 1"
Steps to Reproduce
Nothing special. My app was building totally fine, no issues. Then cleaned and tried to Archive it. Started to report same thing over and over for Realm.framework: unknown error -1
I've tried many times to uninstall and reinstall Realm on Cocoapod, by both way:
Code Sample
pod 'Realm', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'master', submodules: true
pod 'RealmSwift', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'master', submodules: true
(This way gives me Realm 3.0.2 and RealmSwift 3.0.2)
and:
pod 'Realm'
pod 'RealmSwift'
(This way gives me Realm 2.9.1 and RealmSwift 2.9.1)
I also tried the way to download latest Realm package and drag and drop the frameworks from latest version, which is Realm 3.0.2. Also copied the Run Script:
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework/strip-frameworks.sh"
I tried both Swift-4.0 and Swift-4.0.2 version, none worked.
Now still have the same error, and I don't know where to go. Please help me with this issue, as my app is ready to submit for the store. I hope to make it before Christmas.
Thanks a lot!!
Joyce
BTW, I'm using latest Xcode 9.1.
The text was updated successfully, but these errors were encountered: