Post

Replies

Boosts

Views

Activity

Comment on ITMS-90338: Non-public API usage
Yes, I am using Flutter and the above solved my problem. Alternatively, you can also Enable Bitcode in Build Setting to solve the problem. However, many 3rd party frameworks do not yet support bitcode, so to enable bitcode you have to remove them. One more important note, does your App in App Store Connect support MacOS App? If so you have to turn it off. You can access your App in App Store Connect, check in Left Menu
Jun ’22
Comment on ITMS-90338: Non-public API usage
Yes, I am using Flutter and the above solved my problem. Alternatively, you can also Enable Bitcode in Build Setting to solve the problem. However, many 3rd party frameworks do not yet support bitcode, so to enable bitcode you have to remove them. One more important note, does your App in App Store Connect support MacOS App? If so you have to turn it off. You can access your App in App Store Connect, check in Left Menu
Replies
Boosts
Views
Activity
Jun ’22
Comment on ITMS-90338: Non-public API usage
Okay I figured out how to solve this problem. In Target -> Build Settings -> Other Linker Flags, remove -interposable. Rebuild the app
Replies
Boosts
Views
Activity
Jun ’22