-
Your
LSApplicationQueriesSchemesentry should only have schemes. There’s no point to the second entry.<key>LSApplicationQueriesSchemes</key> <array> <string>instagram</string> </array> -
Read the error. You are trying to open the URL with a typo in the scheme. Fix your reference to
instragramin your call tocanOpenURL:.