Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion InsiderDemo/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use_frameworks!

## Below lines for static library issue
## https://academy.useinsider.com/docs/how-can-i-use-insider-podfile-with-a-static-library-on-the-ios-platform
dynamic_frameworks = ['InsiderMobile', 'InsiderMobileAdvancedNotification']

dynamic_frameworks = ['InsiderMobile', 'InsiderMobileAdvancedNotification', 'InsiderGeofence', 'InsiderHybrid']
pre_install do |installer|
installer.pod_targets.each do |pod|
if !dynamic_frameworks.include?(pod.name)
Expand Down