I can't fix dyld: Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher

后端 未结 1 1331
生来不讨喜
生来不讨喜 2021-01-16 02:30

I cant fix this and embedded framework doesn\'t fix this

dyld: Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher
      Referenced from         


        
相关标签:
1条回答
  • 2021-01-16 03:05

    I have been facing the same problem... It got fixed by adding:

    In you podfile:

    use_modular_headers!

    instead of

    use_frameworks!

    Good luck! I hope this works for you!

    0 讨论(0)
提交回复
热议问题