AppTrackingTransparency.framework is not linked with MyTarget

Hello.

When I launch the app on the iOS 14 beta 8 from Xcode 12 beta 6, I got the crash with this error message:

Code Block
AppTrackingTransparency.framework is not linked with MyTarget


When I launch the same app on the Simulator, it works well.

The thing is I don't need AppTrackingTransparency framework at all and am not going to link it to the app.

The crash on the device happened not long ago, I noticed it after release of iOS 14 beta 6.

Is it the bug and is going to be fixed soon or we need now to set something about it in the info.plist or whatever?

Thanks.

Accepted Reply

I run into this issue today. The ff steps seem to work for me
  1. Selected Target

  2. Frameworks, Libraries, and Embedded content

  3. Click small +

  4. add 'AppTrackingTransparency.framework' to the list is frameworks.

Replies

I run into this issue today. The ff steps seem to work for me
  1. Selected Target

  2. Frameworks, Libraries, and Embedded content

  3. Click small +

  4. add 'AppTrackingTransparency.framework' to the list is frameworks.

Remember to make the framework optional in Build Phases -> Link Binary With Libraries to support older iOS versions