-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This bundle Payload/.../realm-wrappers.framework is invalid #1870
Comments
This is pretty serious issue. It blocks us from being able to publish the app to TestFlight. |
Same issue here, and this is definitely critical at this point.
|
@nirinchev Any ideas? Even a hacky workaround would do at this point, need to get a new build to the App Store soon. |
@kyurkchyan Here's a temporary workaround for now: /usr/libexec/PlistBuddy -c "Set :CFBundleVersion 4.0.0" "packages/Realm.4.0.0/native/ios/universal/realm-wrappers.framework/Info.plist"
/usr/libexec/PlistBuddy -c "Add :CFBundleShortVersionString string 4.0.0" "packages/Realm.4.0.0/native/ios/universal/realm-wrappers.framework/Info.plist" It'll basically just set/add the missing version information, so it should go through the upload process (even if the version information isn't technically correct). |
@Dids thanks for the suggestion. It did solve the problem for now. |
Note that while did does solve the problem, I'm still seeing instant crashes at launch on iOS devices. Likely related to #1871. Starting to look like maybe 4.0.0 wasn't properly tested? |
@Dids Yeah :( Unfortunately that's the case for me. It crashes immediately on a device. Though it works perfectly fine on a simulator. I banged my head over the wall quite a while trying to find the cause. |
Hey - looks like you forgot to add a T:* label - could you please add one? |
Goals
I have Xamarin.iOS application using Realm nuget 4.0.0. I am trying to upload the ipa file to apple iTunes store
Expected Results
I am expecting for the ipa to be successfully uploaded.
Actual Results
I am getting iTunes error while the upload process
Steps to Reproduce
Version of Realm and Tooling
Realm.Net nuget 4.0.0
The text was updated successfully, but these errors were encountered: