简体   繁体   中英

Pod file issues in iOS flutter

How to add multiple targets in pod file in flutter? I created notification extension for cleverTap and I want to use CleverTapSdk in notification service extension? xCode return with error

No such module

I tried to these lines in pod file, the projects runs but fails in archiving.

target "CTNotificationServiceExtension" do
  use_frameworks!
  pod "CleverTap-iOS-SDK"
end

I tried bridge-header.h both of the fixes didn't work for me

Overwrite setting in Target: Share Extension :

LIBRARY_SEARCH_PATHS = ""; OTHER_LDFLAGS = "";

and make sure you do

pod install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM