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
fatal error: module map file '/var/folders/8z/mqwnzgv578z1_f6vkkykzv_w0000gn/T/cocoapods-zidxk7o5/build/Release-iphonesimulator/TestMapKit/TestMapKit.modulemap' not found
podspec is
Pod::Spec.new do |s|
s.name = 'TestMapKit'
s.version = '0.2.9'
s.summary = 'This is summary of TestMapKit to be updated later'
s.description = 'This is a short description of the AhoyMapKit cocoapods this will be updated later, this is just to avoid warning'
s.homepage = 'https://www.google.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Syed Ismail Ahamed' => '[email protected]' }
s.source = { :git => 'https://[email protected]/ahoyapp/iOS%20Ahoy%20SDKs/_git/TestMapKit', :tag => s.version.to_s }
]
s.ios.deployment_target = '13.0'
s.xcconfig = {
'ARCHS' => '${ARCHS_STANDARD_64_BIT}',
'VALID_ARCHS' => '${ARCHS_STANDARD_64_BIT}'
}
s.source_files = 'TestMapKit/Classes/**/*'
s.swift_version = '4.2'
s.ios.vendored_frameworks = 'TestMapKit/Frameworks/heresdk.xcframework'
end
The text was updated successfully, but these errors were encountered:
fatal error: module map file '/var/folders/8z/mqwnzgv578z1_f6vkkykzv_w0000gn/T/cocoapods-zidxk7o5/build/Release-iphonesimulator/TestMapKit/TestMapKit.modulemap' not found
podspec is
The text was updated successfully, but these errors were encountered: