StickerKit / StickerKit-iMessage-Example-App

An iMessages Extension App using StickerKit's iOS SDK
MIT License
10 stars 0 forks source link

ERROR ITMS-90205: Invalid Bundle. #2

Open moh1122 opened 8 years ago

moh1122 commented 8 years ago

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?

moh1122 commented 8 years ago

I followed the workaround from apple but im facing lots of errors can you plz help

coryalder commented 8 years ago

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!

moh1122 commented 8 years ago

yes im building with xcode 8 GM xcode 7 wont build this project

coryalder commented 8 years ago

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:

screen shot 2016-09-12 at 1 47 04 pm

moh1122 commented 8 years ago

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?

coryalder commented 8 years ago

The workaround Apple described links the framework in an Apple-approved way, so you should still have the framework.

moh1122 commented 8 years ago

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

moh1122 commented 8 years ago

hello Did u have the chance to check the framework so we can upload it to the Appstore. Thank you

dmathewwws commented 8 years ago

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

moh1122 commented 8 years ago

Hello Any gd news ?