Open moh1122 opened 8 years ago
I followed the workaround from apple but im facing lots of errors can you plz help
Are you uploading using the Xcode 8 GM? iMessage extensions need to be built using the iOS 10 SDK bundled in Xcode 8. You can find the latest version of Xcode 8 here: https://developer.apple.com/download/
Let me know if that doesn't fix the issue!
yes im building with xcode 8 GM xcode 7 wont build this project
Hey @moh1122, this is an issue with how Carthage integrates our framework into the project... We're working on an updated example project that solves this, and I'll ping you when it's up... in the mean time could you try deleting the Copy Files (1)
step in Build Phases
for MessagesExtension
. If that doesn't work, also delete the Run Script
phase below it. That, along with the workaround apple describes should fix things.
See the image below for where to find the steps to delete:
Ok il do this now it should work but doesn't it affect the app cause i wont have the framework uploaded. Will the app work normally then?
The workaround Apple described links the framework in an Apple-approved way, so you should still have the framework.
Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path.
Once these issues have been corrected, you can then redeliver the corrected binary.
Thats what i got from apple
hello Did u have the chance to check the framework so we can upload it to the Appstore. Thank you
Hey Mo,
We are working on a solution at the moment. Will get back to you with an answer tomorrow.
Thanks for your patience Dan
Hello Any gd news ?
Hello I really like your sdk and im into uploading it the appstore and make stickers on the backend server and upload them also. In fact your project is not uploading to the appstore and giving this error: ERROR ITMS-90205: "Invalid Bundle. The bundle at 'StickerKit-iMessage-Example-App.app/PlugIns/MessagesExtension.appex' contains disallowed nested bundles. Refer to https://developer.apple.com/go/?id=framework-imessage for a workaround."
Any clue how to solve it?