Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Problem with M1 (Macbook 2021 Pro 14 inch) #95

Closed
Acetyld opened this issue Feb 4, 2022 · 4 comments
Closed

Problem with M1 (Macbook 2021 Pro 14 inch) #95

Acetyld opened this issue Feb 4, 2022 · 4 comments

Comments

@Acetyld
Copy link

Acetyld commented Feb 4, 2022

Hallo

We cant get any app working on a M1 with React-Native admob
We keep getting:


/Users/acetyld/PhpstormProjects/appname/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'boost-for-react-native' from project 'Pods')
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is this a known issue?

@wjaykim
Copy link
Collaborator

wjaykim commented Feb 13, 2022

in target 'boost-for-react-native' from project 'Pods'

The log seems to be not related with this library.

@ildfreelancer
Copy link

check my gist here: https://gist.github.com/ildfreelancer/c161628115e590749599ceb6e623125c

follow step 1.
@Acetyld

@andreilikewise
Copy link

@Acetyld Two issues here...

  1. The iOS Simulator Target is below the supported range (9.0 - 15.2.99). So increasing the simulator target within that range should make the warning go away.
  2. It seems there is a package/dependency that isn't yet supported for ARM64 Macs, not sure which one from the log. In that case you may have to run Xcode under Rosetta.

@wjaykim
Copy link
Collaborator

wjaykim commented Apr 27, 2022

This library is deprecated. Use react-native-google-mobile-ads instead.

Please migrate to the new library if you were using this library as this library is no longer maintained. Now more stronger features are available in the new library.

@wjaykim wjaykim closed this as completed Apr 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants