본문 바로가기

카테고리 없음

[XCODE] 'event2/event-config.h' file not found

'event2/event-config.h' file not found

 

에러 조치방안

1. ios/Podfile 수정


  # Note that if you have use_frameworks! enabled, Flipper will not work and
  # you should disable these next few lines.
  # 주석에서도 이야기해주고있네요 

use_flipper!
post_install do |installer|
flipper_post_install(installer)
end

# 위 코드를 주석처리 

 

2. pod update