CoreGPX.modulemap not found again
jdleung opened this issue · 4 comments
I had reported CoreGPX.modulemap not found
before, and fixed it by new version CocoaPods and Xcode.
Today such error came out again after I added use_frameworks!
in Podfile. It works again when I remove use_frameworks!
.
I have latest CocoaPods and Xcode installed.
seems to work fine from my end, tried with a new project, and I have always used use_frameworks!
in any of my projects.
May I know more information about the issue?
Are you targeting the cocoa pods version 0.8.2 or master branch?
There was a line in Other Swift Flags
-fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/CoreGPX/CoreGPX.modulemap"
CoreGPX works with use_frameworks!
after deleted the line.
Thanks.
To be honest, I have no ideas what went wrong, but I have a feeling its another CocoaPods quirk as it commonly happens
@jdleung I will be closing this, since its almost 1 year since last interaction.
Think CoreGPX needs some housekeeping 😅