Replies: 4 comments 9 replies
-
Yes! It should with |
Beta Was this translation helpful? Give feedback.
-
I got a eas build error with expo sdk 52 - managed workflow. Can't make it to build... package.json {
"expo-iap": "^2.7.1",
"expo": "~52.0.46",
"react-native": "0.76.9"
} Added plugin to app config plugins: [
'expo-iap'
] fastlane logs ❌ (node_modules/expo-iap/ios/ExpoIapModule.swift:271:56)
269 |
270 | var result: [String: Any?] = [
> 271 | "appTransactionID": appTransaction.appTransactionID,
| ^ value of type 'AppTransaction' has no member 'appTransactionID'
272 | "bundleID": appTransaction.bundleID,
273 | "appVersion": appTransaction.appVersion,
274 | "originalAppVersion": appTransaction.originalAppVersion,
▸ ** ARCHIVE FAILED **
▸ The following build commands failed:
▸ SwiftCompile normal arm64 Compiling\ ExpoIapModule.swift,\ ProductStore.swift,\ Types.swift /Users/expo/workingdir/build/node_modules/expo-iap/ios/ExpoIapModule.swift /Users/expo/workingdir/build/node_modules/expo-iap/ios/ProductStore.swift /Users/expo/workingdir/build/node_modules/expo-iap/ios/Types.swift (in target 'ExpoIap' from project 'Pods')
▸ CompileSwift normal arm64 (in target 'ExpoIap' from project 'Pods')
▸ SwiftCompile normal arm64 Compiling\ HapticsModule.swift /Users/expo/workingdir/build/node_modules/expo-haptics/ios/HapticsModule.swift (in target 'ExpoHaptics' from project 'Pods')
+---------------------------------------+
| Build environment |
+-------------+-------------------------+
| xcode_path | /Applications/Xcode.app |
| gym_version | 2.226.0 |
| sdk | iPhoneOS18.2.sdk |
+-------------+-------------------------+
[!] Error building the application - see the log above
Error: The "Run fastlane" step failed because of an error in the Xcode build process. We automatically detected following errors in your Xcode build logs:
- value of type 'AppTransaction' has no member 'appTransactionID'
Refer to "Xcode Logs" below for additional, more detailed logs. |
Beta Was this translation helpful? Give feedback.
-
In the managed workflow, Also, the error you're encountering ( I've successfully migrated and tested If you need further help, it’d be super helpful to have a reproducible example repo. Happy to take a look! |
Beta Was this translation helpful? Give feedback.
-
I am running into a similar problem, (AppTransaction has no member 'appTransactionID'), using: React 0.79.5 I am not sure how to resolve, as I am not using managed workflow. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is expo-iap compatible with expo sdk 52 and react native version 0.76.7
Beta Was this translation helpful? Give feedback.
All reactions