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
Attempted the CocoaPods installation but had too many issues with the installation. Then focused on attempting to follow the embedded framework installation, this is where the issues started to become clear, in the main folder there is no 'OBD2Swift.xcodeproj' file however there was one with the same name in the Example folder which I decided to use and continue. I proceeded with the install instructions and went to add the 'OBD2 Swift.framework' to the embedded binaries but cannot find the file anywhere. I also attempted to open the example project and run it as is, but it still failed to have a working import.
'import OBD2_Swift'
This was the import written in the example file so I also tried to change it to 'OBD2Swift' as listed in the installation instructions, but it did not fix anything. Could someone please help attempt to fix the issue so I can use this framework in my product.
The text was updated successfully, but these errors were encountered:
Attempted the CocoaPods installation but had too many issues with the installation. Then focused on attempting to follow the embedded framework installation, this is where the issues started to become clear, in the main folder there is no 'OBD2Swift.xcodeproj' file however there was one with the same name in the Example folder which I decided to use and continue. I proceeded with the install instructions and went to add the 'OBD2 Swift.framework' to the embedded binaries but cannot find the file anywhere. I also attempted to open the example project and run it as is, but it still failed to have a working import.
'import OBD2_Swift'
This was the import written in the example file so I also tried to change it to 'OBD2Swift' as listed in the installation instructions, but it did not fix anything. Could someone please help attempt to fix the issue so I can use this framework in my product.
The text was updated successfully, but these errors were encountered: