Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pointer Not Aligned to Address [duplicate]

Tags:

xcode

firebase

Few weeks ago it has been informed that Firebase framework is generating a warnings like "Pointer Not Aligned to Address" on Xcode 8.3.. I was having 32 and now 67. Google dev. was working on it, does it clear to anybody when the update will be pushed ?

like image 828
Mohamed ElBasyouni Avatar asked Apr 09 '17 20:04

Mohamed ElBasyouni


3 Answers

Same worked for me. Follow the lines in your project directory commandline:

pod repo update

and then after the first line is finished:

pod update

Hint: I've got an error when I was trying to do the second line, but the solution was simple.If you got that error go ahead and include this line to your Podfile:

project 'path/to/project/projectname.xcworkspace'

or the .xcodeproj file.

hope your project works fine, as mine did.

like image 187
emido333 Avatar answered Nov 09 '22 16:11

emido333


This issue seems to be fixed in Firebase 3.16.0. This helped me:

pod repo update

Then:

pod update
like image 35
kelin Avatar answered Oct 14 '22 21:10

kelin


This issue seems to be fixed in Firebase 3.16.0. This helped me:

pod repo update

Then:

pod update
like image 4
kelin Avatar answered Nov 09 '22 15:11

kelin