chat-sdk / chat-sdk-ios

Chat SDK iOS - Open Source Mobile Messenger
http://sdk.chat
Other
913 stars 276 forks source link

Issues with M1? #472

Closed harleyseoul closed 3 years ago

harleyseoul commented 3 years ago

Sorry I'm new to this, just want to make sure all the functions work with M1 Mac since I was getting these errors?

This happened when I opened .project(I probably shouldn't do this) Showing Recent Errors Only /Users/harleyseoul/Desktop/Developer files/chat-sdk-ios/XcodeSwift/Pods/Target Support Files/Pods-ChatSDKSwift/Pods-ChatSDKSwift.debug.xcconfig: unable to open file (in target "ChatSDKSwift" in project "ChatSDKSwift")

/Users/harleyseoul/Desktop/Developer files/chat-sdk-ios/XcodeSwift/Pods/Target Support Files/Pods-ChatSDKSwift/Pods-ChatSDKSwift.debug.xcconfig: unable to open file (in target "ChatSDKSwift" in project "ChatSDKSwift")

/Users/harleyseoul/Desktop/Developer files/chat-sdk-ios/XcodeSwift/Pods/Target Support Files/Pods-ChatSDKSwift/Pods-ChatSDKSwift.debug.xcconfig: unable to open file (in target "ChatSDKSwift" in project "ChatSDKSwift")

/Users/harleyseoul/Desktop/Developer files/chat-sdk-ios/XcodeSwift/Pods/Target Support Files/Pods-ChatSDKSwift/Pods-ChatSDKSwift.debug.xcconfig: unable to open file (in target "ChatSDKSwift" in project "ChatSDKSwift")

Screen Shot 2021-04-11 at 11 33 11 pm

The attached are the errors occurred when open .workspace

bensmiley commented 3 years ago

Did you run pod install?

harleyseoul commented 3 years ago

Hi, Ben

Thanks for replying. Was there a separated process to run the pod installation? I run the pod files(as attached) but that doesn’t seem right.

On 11 Apr 2021, at 11:35 pm, Ben Smiley @.***> wrote:

Did you run pod install?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chat-sdk/chat-sdk-ios/issues/472#issuecomment-817326825, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASJUQ3TRTITIRUVSV23AZUDTIG6TJANCNFSM42XY3HEA.

bensmiley commented 3 years ago

The process is just standard. In the directory of the pod file, in the terminal run pod install. Can you send me the output of that command? Then open the xcworkspace file. Those warnings you have don't seem to be related to M1. It seems like none of the pod dependencies have been added.

harleyseoul commented 3 years ago

Hi, Ben

Sorry for the late reply. I tried to run the ‘Podfile’, got the attached screen.

On 12 Apr 2021, at 3:51 am, Ben Smiley @.***> wrote:

The process is just standard. In the directory of the pod file, in the terminal run pod install. Can you send me the output of that command? Then open the xcworkspace file. Those warnings you have don't seem to be related to M1. It seems like none of the pod dependencies have been added.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chat-sdk/chat-sdk-ios/issues/472#issuecomment-817362791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASJUQ3XTVZZKDEOGCYIATNTTIH4V7ANCNFSM42XY3HEA.