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
***.xib: error: IB Designables: Failed to render and update auto layout status for UIView (i5M-Pr-FkT): dlopen(TTRangeSlider.framework, 1): no suitable image found. Did find:
TTRangeSlider.framework: required code signature missing for 'TTRangeSlider.framework'
The text was updated successfully, but these errors were encountered:
a quick fix for xcode 9.4.1 (apparently it is fix with xcode 10). add this at the bottom of the pod file:
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end
***.xib: error: IB Designables: Failed to render and update auto layout status for UIView (i5M-Pr-FkT): dlopen(TTRangeSlider.framework, 1): no suitable image found. Did find:
TTRangeSlider.framework: required code signature missing for 'TTRangeSlider.framework'
The text was updated successfully, but these errors were encountered: