vkuznetsov
04/19/2025, 1:36 PMConnect the framework to your project
The script in build phase is executing without an error
*cd* "$SRCROOT/.."
./gradlew :p2p:embedAndSignAppleFrameworkForXcode
Also I manually added $(SRCROOT)/../p2p/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)
to Framework search path
, but from XCode preview it shows that it will be something like xcode-frameworks/Production/iphoneos18.2
however from Android project build files I see it generated xcode-frameworks/Production/iphonesimulator18.2
maybe that’s the issue?
Any ideas would be highly appreciatedvkuznetsov
04/19/2025, 2:42 PMvkuznetsov
04/19/2025, 3:21 PM