Error Apple Store

Started by Salvo,

Salvo

Validation failed (409)
Invalid bundle structure. The "Karaoke5.app/bass.framework/bass" binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle (ID: cac770f3-3841-48b5-931f-9d2bfc0b4bfe)

Why can't I add an app IOS to the Apple Store?

Ian @ un4seen

The link in the error message states that frameworks should be in a "Frameworks" directory, so the path should be "Karaoke5.app/Frameworks/bass.framework/bass". That should be automatic when adding the BASS framework to an Xcode project, but from your previous posts it looks like you're using Delphi? I'm afraid I'm not familiar with setting that up, but perhaps the Delphi documentation (or Google) has some info on using frameworks?

Salvo

#2
Ok
I put the library under Frameworks -> in framework bass.framework/bass
  -> On the app Karaoke5.app/Frameworks/bass.framework/bass

But launching the program from error it crashes

Yes I'm using Delphi 12.3

Salvo

I solved it with the previous version where there were static libraries.
It works great you should also put those on the new versions,
otherwise they can't be used on the Apple Store.