You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However when i run --verbose i see a little more info...
Failed to build the app: No package name found. Found errors in /...../node_modules/@okta/okta-react-native/android/src/main/AndroidManifest.xml.
Describe the bug?
Having an issue with pod install. I'm getting...
Invalid
Podfile
file: 859: unexpected tokenfrom ..../ios/Podfile:10
-------------------------------------------
project './appp.xcodeproj'
flags = get_default_flags()
-------------------------------------------
However when i run --verbose i see a little more info...
Failed to build the app: No package name found. Found errors in /...../node_modules/@okta/okta-react-native/android/src/main/AndroidManifest.xml.
Which is weird since pod install is for iOS. But regardless a SO thread mentioning something similar references an AndroidManifest.xml missing a package property. https://stackoverflow.com/questions/71573938/react-native-error-package-name-not-found
So i edit the file /node_modules/@okta/okta-react-native/android/src/main/AndroidManifest.xml and add package="com.oktareactnative"
Now running pod install works.
What is expected to happen?
Pods to install.
What is the actual behavior?
Error unexpected token
Reproduction Steps?
pod install
Additional Information?
No response
SDK Version
RN 0.70.6
node 18
Build Information
No response
The text was updated successfully, but these errors were encountered: