Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Map File not found #277

Open
SyedIsmailAhamed opened this issue Feb 5, 2022 · 3 comments
Open

Module Map File not found #277

SyedIsmailAhamed opened this issue Feb 5, 2022 · 3 comments

Comments

@SyedIsmailAhamed
Copy link

SyedIsmailAhamed commented Feb 5, 2022

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
@lcghh
Copy link

lcghh commented Mar 24, 2022

same problem

@Pr0gmaT1k
Copy link

did you resolved it ?

@vol-kulyk
Copy link

any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants