Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue after submitting my app to TestFlight

Tags:

dylib

bundle

We have discovered one or more issues with your recent delivery for "AppName". To process your delivery, the following issues must be corrected:

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.

Regards,

The App Store team

like image 778
Yhondri Avatar asked Oct 15 '15 11:10

Yhondri


People also ask

How long does it take to process app for TestFlight?

Approval usually takes no more than 48 hours. Once Apple approves your version of the app, subsequent builds won't need a review until you change the version number. When the app has passed Beta App Review, you'll receive an email with confirmation that your app can begin external testing.

How long does TestFlight waiting for review take?

Waiting for review means that apple team will review your app before allowing you to submit on TestFlight for public testing. It will take around 24~48 hours for them to review your app. After if your app is approved, you can submit on TestFlight and create public link for anyone with the link as tester.

Why did Apple reject my app?

According to Apple, the most common reason for rejection, accounting for 14%, was “more information needed”. This occurs when an app is submitted to the App Store for review and the developer does not provide enough information or materials for the app to be tested by the App Store review team.

Do TestFlight apps need to be approved?

You can also create multiple groups and add different builds to each one, depending on which features you want them to focus on. Before testing can begin, the first build of your app must be approved by TestFlight App Review. This build is automatically sent for review when you add it to a group.


1 Answers

For me the following worked:

  1. i updated cocoapods if You have troubles doing so this link may help

  2. deleted MyProjectTests (that i wasn't using)

  3. deleted my Pods/ folder and Podfile.lock

  4. made pod install

  5. rebooted my mac

and the problem is gone

like image 88
Thorax Avatar answered Sep 28 '22 22:09

Thorax